c# dictionary first

67

c# dictionary first -

var first = like.First();
string key = first.Key;
Dictionary<string,string> val = first.Value;

Comments

Submit
0 Comments